home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / tc211.zip / SYSOP.DOC < prev    next >
Text File  |  1996-11-24  |  4KB  |  119 lines

  1.  
  2.                    ╔══════════════════════════════════╗
  3.                    ║█▓▒░ QUICK INSTALLATION v2.11 ░▒▓█║
  4.                    ╚══════════════════════════════════╝
  5.  
  6.                       TC.DOC Gives full instructions.
  7.  
  8.             See Upgrade for Previous Versions Installed below.
  9.  
  10.  
  11.                        ╔══════════════════════════╗
  12.                        ║█▓▒░ FIRST TIME SETUP ░▒▓█║
  13.                        ╚══════════════════════════╝
  14.  
  15.    1. Unzip TC211.ZIP
  16.       Unzip TCANSI.ZIP
  17.  
  18.    2. Type TCC
  19.  
  20.    3. Access Setup Nodes and enter information for all nodes.
  21.       HINT: Set up Node 1 COMPLETELY as this node's information
  22.             will be copied to all other nodes created.
  23.       NOTE: Be sure to EDIT Drop File Path to the specific Node
  24.             for each node.
  25.       NOTE: LOCAL node BBS Type is LOCAL
  26.  
  27.    4. Access AOM Editor and Edit AOMs (If any).
  28.  
  29.    5. Access Player Editor and Edit Settings.  (If/When registered)
  30.  
  31.    6. Run TC /L for Local Test.
  32.       NOTE: If Node 0 is not your local node and Node 3 is then run TC 3
  33.  
  34.    7. Make your BBS Door batch file looking something like:
  35.  
  36.         SINGLE NODE SYSTEMS:
  37.  
  38.           @ECHO OFF
  39.           C:
  40.           CD C:\BBS\DOORS\TC         <--  The path for Top Cop!
  41.           TC.EXE 1  OR  TC.EXE %1    <--  See which one works with your system
  42.           CD C:\BBS                  <--  Back to the BBS Directory
  43.  
  44.         MULTI-NODE SYSTEMS:
  45.  
  46.           PCBoard Multi-Node Sample Batch File using %PCBNODE%
  47.  
  48.           @ECHO OFF
  49.           C:
  50.           CD C:\PCB\DOOR\TOPCOP
  51.           TC.EXE %PCBNODE%%
  52.           %PCBDRIVE%
  53.           CD %PCBDIR%
  54.           BOARD
  55.  
  56.           WildCat Multi-node Sample Batch File using %WCNODEID%
  57.  
  58.           @ECHO OFF
  59.           C:
  60.           CD C:\WILDCAT\DOORS\TOPCOP
  61.           TC.EXE %WCNODEID%
  62.           CD C:\WILDCAT
  63.  
  64.       NOTE: I use BNU fossil driver for Top Cop!  My batch file looks like
  65.             the below and BNU is in a directory in my path statement.
  66.  
  67.             @ECHO OFF
  68.             BNU        (Installs fossil driver)
  69.             CD C:\GAMES\TC
  70.             TC.EXE %WCNODEID%
  71.             BNU /U     (Uninstalls fossil driver)
  72.             CD\WILDCAT
  73.  
  74.  
  75.                       ╔═════════════════════════════╗
  76.                       ║█▓▒░ UPGRADE 2.0 to 2.11 ░▒▓█║
  77.                       ╚═════════════════════════════╝
  78.  
  79.    1.  Unzip TC211.ZIP (Overwrite ALL Files EXCEPT BARCHAT.DAT)
  80.  
  81.    2.  Unzip TCANSI.ZIP (Overwrite ALL Files)
  82.  
  83.    3.  Run TCC
  84.  
  85.  
  86.                 ╔════════════════════════════════════════╗
  87.                 ║█▓▒░ UPGRADE 1.02 thru 1.04 to 2.11 ░▒▓█║
  88.                 ╚════════════════════════════════════════╝
  89.  
  90.    1.  Copy ALL .DAT files to a safe place.
  91.  
  92.    2.  Delete ALL files in old TC! directory.
  93.  
  94.    3.  Unzip TC211.ZIP in old TC! directory.
  95.  
  96.    4.  Unzip TCANSI.ZIP in old TC! directory.
  97.  
  98.    5.  Copy ALL .DAT files back into old TC! directory. (overwrite Barchat.dat)
  99.  
  100.    6.  Run TCC.EXE and setup Nodes. (Dropfiletype of LOCAL for local node)
  101.        HINT: Set up Node 1 COMPLETELY as Node 1's information will be
  102.              copied to all other nodes created.
  103.        NOTE: Be sure to EDIT Drop File Path to the specific Node
  104.              for each node.
  105.        NOTE: Local node BBS Type is LOCAL
  106.  
  107.    7. Utilize AOM Editor to your liking.
  108.  
  109.   *8. MODIFY your batch file that runs the door.  Remove the /P:(blah)
  110.  
  111.    9. Run TC /L for local test.
  112.  
  113.    NOTE: If Node 0 is not your local node and Node 3 is then run TC 3
  114.    NOTE: TC1.04 may be upgraded ONCE ONLY.  The file C104-211 is erased
  115.          permanently by TCC.  C104-211 should never be created manually.
  116.          If however; you start afresh with the .DAT files from TC1.04,
  117.          then you MUST have a C104-211 file.  C104-211 is a blank file and
  118.          is present only to tell TCC that this is an upgrade from v1.04.
  119.